home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1995 December / PC Answers December 1995 (disc errors).iso / mxc / intro.dir / 00006_F3.ls < prev    next >
Encoding:
Text File  |  1995-05-04  |  512 b   |  20 lines

  1. on enterFrame
  2.   global gsliderbar, myLine, gVolume
  3.   blankBut()
  4.   puppetPalette(201)
  5.   patchPal()
  6.   set the video of cast 101 to 1
  7.   set the controller of cast 101 to gsliderbar
  8.   set the volume of sprite 24 to gVolume
  9.   repeat with inc = 2 to 17
  10.     puppetSprite(inc, 1)
  11.   end repeat
  12.   set the castNum of sprite 11 to 61
  13.   set the locH of sprite 3 to 591
  14.   set the locH of sprite 4 to 594
  15.   set the locH of sprite 5 to 596
  16.   set the locH of sprite 6 to 592
  17.   set the locH of sprite 7 to 591
  18.   updateStage()
  19. end
  20.